home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gdb / gdb_18s.zoo / m-atarii.h < prev    next >
C/C++ Source or Header  |  1992-03-25  |  208b  |  7 lines

  1.  
  2. /* This is how the size of an individual .o file's text segment
  3.    is rounded on an atari.  */
  4.  
  5. extern long _start;
  6. #define FILEADDR_ROUND(addr) (((addr + 3 - ((long )(&_start))) & -4) + ((long )(&_start)))
  7.